home *** CD-ROM | disk | FTP | other *** search
- global kdefaultphotoorder, galbummode, gcurphotoorder, galbumphotoorder, gcurphotonum, gsavedphotomodephotonum, gcurmovienum
-
- on prevalbumphotoclickreaction
- playclicksnd()
- decphotonum()
- end
-
- on nextalbumphotoclickreaction
- playclicksnd()
- incphotonum()
- end
-
- on photomodeclickreaction
- playclicksnd()
- donealbummode()
- setautoslidestate(0)
- set galbummode to 0
- set gcurphotoorder to kdefaultphotoorder
- set gcurphotonum to gsavedphotomodephotonum
- go("photo")
- updatephotoview()
- end
-
- on donealbummode
- set gsavedalbummodephotonum to gcurphotonum
- set galbumphotoorder to gcurphotoorder
- end
-
- on goalbumeditorclickreaction
- playclicksnd()
- busycurs()
- setautoslidestate(0)
- go("albumEditor")
- updatephotoview()
- updatealbumeditorthumbnail()
- unLoad()
- resetcurs()
- end
-
- on movielinkfromalbumclicked
- set amovielinknum to getmovielinknum(getAt(gcurphotoorder, gcurphotonum))
- if amovielinknum > 0 then
- donealbummode()
- setautoslidestate(0)
- set galbummode to 0
- set gcurphotoorder to kdefaultphotoorder
- set gcurphotonum to gsavedphotomodephotonum
- stopsnd(#bgm)
- go("movie")
- unLoad()
- set gcurmovienum to amovielinknum
- updatemovieview()
- end if
- end
-
- on gomenufromalbum
- donealbummode()
- setautoslidestate(0)
- set galbummode to 0
- set gcurphotoorder to kdefaultphotoorder
- set gcurphotonum to gsavedphotomodephotonum
- go("mainmenu")
- unLoad()
- end
-